バージョン

GetGreatestCommonFactor(List<Int32>) メソッド

整数リストの最大公約数を計算します。
シンタックス
'宣言
 
Public Overloads Shared Function GetGreatestCommonFactor( _
   ByVal list As List(Of Integer) _
) As Integer
public static int GetGreatestCommonFactor( 
   List<int> list
)

パラメータ

list
整数のリスト

戻り値の型

最大公約数を返します。リストが空の場合は 0 を返します。
参照